added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSWPFNavigationUsage / Page1.xaml
blobd7098ac7ed7f462a949d45183eff5127fbda8bc2
1 <Page x:Class="CSWPFNavigationUsage.Page1"
2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4     Title="Page1">
5     <Grid>
6         <TextBlock Text="This is Page1" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center" ></TextBlock>
7     </Grid>
8 </Page>